Numerical expressions evaluate to numbers. They can combine numbers, variables that contain numbers, and operators such as +, -, =, logical operators, and comparison operators.
This is a simple numerical expression:
1+2
This statement uses the expression Score + 1
, which combines numbers and variables:
Set Variable: "Score" = Score+1
The statement adds 1 to the current value of the variable Score.